Skip to content

infra: move to use a pyproject.toml#1261

Merged
AbeCoull merged 6 commits into
mainfrom
pyproject
May 20, 2026
Merged

infra: move to use a pyproject.toml#1261
AbeCoull merged 6 commits into
mainfrom
pyproject

Conversation

@AbeCoull
Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:
Moving away from setup.* and to use a pyproject file.

Testing done:
tox pip install -e '.'

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have checked that my tests are not configured for a specific region or account (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@AbeCoull AbeCoull requested a review from a team as a code owner May 14, 2026 19:13
@AbeCoull AbeCoull requested a review from speller26 May 14, 2026 19:14
run: python -m pip install --user --upgrade build
- name: Build a binary wheel and a source tarball
run: python setup.py sdist bdist_wheel
run: python -m build
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

speller26
speller26 previously approved these changes May 19, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (573c523) to head (ba1d88f).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1261   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          169       169           
  Lines        10963     10963           
  Branches      1412      1412           
=========================================
  Hits         10963     10963           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AbeCoull AbeCoull requested a review from speller26 May 20, 2026 16:03
@AbeCoull AbeCoull merged commit 11065d0 into main May 20, 2026
21 checks passed
@AbeCoull AbeCoull deleted the pyproject branch May 20, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants